Fix configuration on Linux.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Fri, 12 May 2006 21:43:07 +0000 (21:43 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Fri, 12 May 2006 21:43:07 +0000 (21:43 +0000)
gpsbabel/arcdist.c
gpsbabel/configure
gpsbabel/configure.in
gpsbabel/interpolate.c
gpsbabel/sort.c

index 824960de524f82a46e4ab80dca1e40a0fe3262b0..e0379f42e2f53443bc7a0a826f7c69181b058e59 100644 (file)
@@ -169,4 +169,4 @@ filter_vecs_t arcdist_vecs = {
        NULL,
        arcdist_args
 };
-#endif FILTERS_ENABLED
+#endif // FILTERS_ENABLED
index 6798e0f99172ab216d5b55c8b75bd8ef1888ad53..cb89c33ac7f0104b6c0a017e918ef678b98f1906 100755 (executable)
@@ -2812,7 +2812,7 @@ else
 
 fi;
 
-if test "x-$xpathdr " != "x-" ; then
+if test "x-$xpathdr" != "x-" ; then
        CFLAGS="$CFLAGS -I$xpathdr"
 fi
 
index 2067ea677ad1a6b3f1c009d6dad408a0e81c6222..d97bbdf5889392f3bb73e1c9f30a592cbd89c6a0 100644 (file)
@@ -147,7 +147,7 @@ AC_ARG_WITH(expathdr,
 ]
 )
 
-if test "x-$xpathdr " != "x-" ; then
+if test "x-$xpathdr" != "x-" ; then
        CFLAGS="$CFLAGS -I$xpathdr"
 fi
 
index fe4659d27c75863803b45234b66a01b2e89511ab..151a9756b0d686ffea208234f06d102b075df8f6 100644 (file)
@@ -163,4 +163,4 @@ filter_vecs_t interpolatefilt_vecs = {
        NULL,
        interpfilt_args
 };
-#endif FILTERS_ENABLED
+#endif // FILTERS_ENABLED
index fa8d7e51936c5c56037ed323347835d8fcf69c63..0c14e2c5748a111061acd5762f7d3c026991a3e4 100644 (file)
@@ -113,4 +113,4 @@ filter_vecs_t sort_vecs = {
        NULL,
        sort_args
 };
-#endif FILTERS_ENABLED
+#endif // FILTERS_ENABLED